Skip to content

Commit 32e34ec

Browse files
committed
Added version to API property
1 parent eb8170d commit 32e34ec

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

dist/container.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,6 +1381,15 @@
13811381
}
13821382
};
13831383

1384+
/**
1385+
* The current version of the library
1386+
* @property {String} version
1387+
* @static
1388+
* @readOnly
1389+
* @default "0.5.1"
1390+
*/
1391+
Container.version = "0.5.1";
1392+
13841393
//Reference to the prototype
13851394
var s = EventDispatcher.prototype;
13861395
var p = EventDispatcher.extend(Container);

0 commit comments

Comments
 (0)