Skip to content

Commit

Permalink
* rewrite core to prototyping
Browse files Browse the repository at this point in the history
* add extend function to register plugins
* add plugin initializing method
* adjust plugins
* adjust tests
  • Loading branch information
JayGray committed Feb 8, 2013
1 parent 275e1d4 commit 5e5119e
Show file tree
Hide file tree
Showing 39 changed files with 1,945 additions and 1,431 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Expand Up @@ -9,7 +9,7 @@ module.exports = function (grunt) {
},
concat:{
libs:{
src: ['js/lib_*.js'],
src: ['js/lib_core.js'],
dest: 'test/tmp/libs.js'
},
specs:{
Expand Down

0 comments on commit 5e5119e

Please sign in to comment.