-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
'use strict'; | ||
|
||
//var canDev = require("can-log/dev/dev"); | ||
var canDev = require("can-log/dev/dev"); | ||
|
||
/** | ||
* @module can-util/js/document/document document | ||
* @parent deprecated | ||
* @description Deprecated. Use [can-globals] instead. | ||
*/ | ||
|
||
//!steal-remove-start | ||
// canDev.warn('js/document/document is deprecated; please use can-globals instead: https://github.com/canjs/can-globals'); | ||
//!steal-remove-end | ||
//!steal-remove-start | ||
canDev.warn('js/document/document is deprecated; please use can-globals instead: https://github.com/canjs/can-globals'); | ||
//!steal-remove-end | ||
|
||
module.exports = require('can-globals/document/document'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
'use strict'; | ||
|
||
//var canDev = require("can-log/dev/dev"); | ||
var canDev = require("can-log/dev/dev"); | ||
|
||
/** | ||
* @module can-util/js/location/location location | ||
* @parent deprecated | ||
* @description Deprecated. Use [can-globals] instead. | ||
*/ | ||
|
||
//!steal-remove-start | ||
// canDev.warn('js/location/location is deprecated; please use can-globals instead: https://github.com/canjs/can-globals'); | ||
//!steal-remove-end | ||
//!steal-remove-start | ||
canDev.warn('js/location/localtion is deprecated; please use can-globals instead: https://github.com/canjs/can-globals'); | ||
//!steal-remove-end | ||
|
||
module.exports = require('can-globals/location/location'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
'use strict'; | ||
|
||
//var canDev = require("can-log/dev/dev"); | ||
var canDev = require("can-log/dev/dev"); | ||
|
||
/** | ||
* @module can-util/js/assign/assign assign | ||
* @parent deprecated | ||
* @description Deprecated. Use [can-assign] instead. | ||
*/ | ||
|
||
//!steal-remove-start | ||
// canDev.warn('js/assign/assign is deprecated; please use can-assign instead: https://github.com/canjs/can-assign'); | ||
//!steal-remove-end | ||
//!steal-remove-start | ||
canDev.warn('js/assign/assign is deprecated; please use can-assign instead: https://github.com/canjs/can-assign'); | ||
//!steal-remove-end | ||
|
||
module.exports = require('can-assign'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
'use strict'; | ||
|
||
//var canDev = require("can-log/dev/dev"); | ||
var canDev = require("can-log/dev/dev"); | ||
|
||
/** | ||
* @module can-util/js/dev/dev dev | ||
* @parent deprecated | ||
* @description Deprecated. Use [can-dev] instead. | ||
*/ | ||
|
||
//!steal-remove-start | ||
// canDev.warn('js/dev/dev is deprecated; please use can-log/dev/dev instead: https://github.com/canjs/can-log'); | ||
//!steal-remove-end | ||
//!steal-remove-start | ||
canDev.warn('js/dev/dev is deprecated; please use can-log/dev/dev instead: https://github.com/canjs/can-log'); | ||
//!steal-remove-end | ||
|
||
module.exports = require('can-log/dev/dev'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
'use strict'; | ||
|
||
//var canDev = require("can-log/dev/dev"); | ||
var canDev = require("can-log/dev/dev"); | ||
|
||
/** | ||
* @module can-util/js/log/log log | ||
* @parent deprecated | ||
* @description Deprecated. Use [can-log] instead. | ||
*/ | ||
|
||
//!steal-remove-start | ||
// canDev.warn('js/log/log is deprecated; please use can-log instead: https://github.com/canjs/can-log'); | ||
//!steal-remove-end | ||
//!steal-remove-start | ||
canDev.warn('js/log/log is deprecated; please use can-log instead: https://github.com/canjs/can-log'); | ||
//!steal-remove-end | ||
|
||
module.exports = require('can-log'); |