Comparing version 0.0.3 to 0.0.4
@@ -1,2 +0,2 @@ | ||
/*bit-tabs@0.0.3#bit-tabs*/ | ||
/*bit-tabs@0.0.4#bit-tabs*/ | ||
define([ | ||
@@ -3,0 +3,0 @@ 'exports', |
@@ -1,2 +0,2 @@ | ||
/*bit-tabs@0.0.3#panel.stache!can@2.2.4#view/stache/system*/ | ||
/*bit-tabs@0.0.4#panel.stache!can@2.2.4#view/stache/system*/ | ||
define(['can/view/stache'], function (stache) { | ||
@@ -3,0 +3,0 @@ return stache([ |
@@ -1,2 +0,2 @@ | ||
/*bit-tabs@0.0.3#tabs.stache!can@2.2.4#view/stache/system*/ | ||
/*bit-tabs@0.0.4#tabs.stache!can@2.2.4#view/stache/system*/ | ||
define(['can/view/stache'], function (stache) { | ||
@@ -3,0 +3,0 @@ return stache([ |
@@ -1,2 +0,2 @@ | ||
/*bit-tabs@0.0.3#util*/ | ||
/*bit-tabs@0.0.4#util*/ | ||
define(function (require, exports, module) { | ||
@@ -3,0 +3,0 @@ module.exports = { name: 'util' }; |
@@ -1,2 +0,2 @@ | ||
/*bit-tabs@0.0.3#bit-tabs*/ | ||
/*bit-tabs@0.0.4#bit-tabs*/ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ var _interopRequire = function (obj) { |
@@ -1,2 +0,2 @@ | ||
/*bit-tabs@0.0.3#panel.stache!can@2.2.4#view/stache/system*/ | ||
/*bit-tabs@0.0.4#panel.stache!can@2.2.4#view/stache/system*/ | ||
var stache = require('can/view/stache/stache'); | ||
@@ -3,0 +3,0 @@ module.exports = stache([ |
@@ -1,2 +0,2 @@ | ||
/*bit-tabs@0.0.3#tabs.stache!can@2.2.4#view/stache/system*/ | ||
/*bit-tabs@0.0.4#tabs.stache!can@2.2.4#view/stache/system*/ | ||
var stache = require('can/view/stache/stache'); | ||
@@ -3,0 +3,0 @@ module.exports = stache([ |
@@ -1,3 +0,3 @@ | ||
/*bit-tabs@0.0.3#util*/ | ||
/*bit-tabs@0.0.4#util*/ | ||
module.exports = { name: 'util' }; | ||
//# sourceMappingURL=util.js.map |
@@ -63,7 +63,7 @@ /*[global-shim-start]*/ | ||
})({},window) | ||
/*bit-tabs@0.0.3#util*/ | ||
/*bit-tabs@0.0.4#util*/ | ||
define('bit-tabs/util', function (require, exports, module) { | ||
module.exports = { name: 'util' }; | ||
}); | ||
/*bit-tabs@0.0.3#tabs.stache!can@2.2.4#view/stache/system*/ | ||
/*bit-tabs@0.0.4#tabs.stache!can@2.2.4#view/stache/system*/ | ||
define('bit-tabs/tabs.stache', ['can/view/stache/stache'], function (stache) { | ||
@@ -195,3 +195,3 @@ return stache([ | ||
}); | ||
/*bit-tabs@0.0.3#panel.stache!can@2.2.4#view/stache/system*/ | ||
/*bit-tabs@0.0.4#panel.stache!can@2.2.4#view/stache/system*/ | ||
define('bit-tabs/panel.stache', ['can/view/stache/stache'], function (stache) { | ||
@@ -231,3 +231,3 @@ return stache([ | ||
}); | ||
/*bit-tabs@0.0.3#bit-tabs*/ | ||
/*bit-tabs@0.0.4#bit-tabs*/ | ||
define('bit-tabs', [ | ||
@@ -234,0 +234,0 @@ 'exports', |
{ | ||
"name": "bit-tabs", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/bit-tabs", |
@@ -22,8 +22,8 @@ ## bit-tabs | ||
<bit-tabs> | ||
<can-panel title="CanJS"> | ||
<bit-panel title="CanJS"> | ||
CanJS provides the MV* | ||
</can-panel> | ||
<can-panel title="StealJS"> | ||
</bit-panel> | ||
<bit-panel title="StealJS"> | ||
StealJS provides the infrastructure. | ||
</can-panel> | ||
</bit-panel> | ||
</bit-tabs> | ||
@@ -46,4 +46,4 @@ </script> | ||
var template = stache("<bit-tabs>"+ | ||
"<can-panel title='X'>X Content</can-panel>"+ | ||
"<can-panel title='Y'> Y-Content</can-panel>"+ | ||
"<bit-panel title='X'>X Content</bit-panel>"+ | ||
"<bit-panel title='Y'> Y-Content</bit-panel>"+ | ||
"</bit-tabs>"); | ||
@@ -72,4 +72,4 @@ | ||
var template = can.stache("<bit-tabs>"+ | ||
"<can-panel title='X'>X Content</can-panel>"+ | ||
"<can-panel title='Y'> Y-Content</can-panel>"+ | ||
"<bit-panel title='X'>X Content</bit-panel>"+ | ||
"<bit-panel title='Y'> Y-Content</bit-panel>"+ | ||
"</bit-tabs>"); | ||
@@ -110,4 +110,4 @@ | ||
var template = can.stache("<bit-tabs>"+ | ||
"<can-panel title='X'>X Content</can-panel>"+ | ||
"<can-panel title='Y'> Y-Content</can-panel>"+ | ||
"<bit-panel title='X'>X Content</bit-panel>"+ | ||
"<bit-panel title='Y'> Y-Content</bit-panel>"+ | ||
"</bit-tabs>"); | ||
@@ -133,4 +133,4 @@ | ||
<bit-tabs> | ||
<can-panel title='X'>X Content</can-panel> | ||
<can-panel title='Y'>Y-Content</can-panel> | ||
<bit-panel title='X'>X Content</bit-panel> | ||
<bit-panel title='Y'>Y-Content</bit-panel> | ||
</bit-tabs> | ||
@@ -137,0 +137,0 @@ </script> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46077