You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2021. It is now read-only.
* The {{#crossLink "BaseObject"}}{{/crossLink}} class is an abstract class that provides common properties and functionality for all StructureJS classes.
* Copyright (c) 2013 Robert S. https://github.com/codeBelt/StructureJS
3
-
*
4
-
* Permission is hereby granted, free of charge, to any person
5
-
* obtaining a copy of this software and associated documentation
6
-
* files (the "Software"), to deal in the Software without restriction,
7
-
* including without limitation the rights to use, copy, modify, merge,
8
-
* publish, distribute, sublicense, and/or sell copies of the Software,
9
-
* and to permit persons to whom the Software is furnished to do so,
10
-
* subject to the following conditions:
11
-
*
12
-
* The above copyright notice and this permission notice shall be
13
-
* included in all copies or substantial portions of the Software.
14
-
*
15
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
-
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
-
* NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
-
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
-
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
22
-
* OR OTHER DEALINGS IN THE SOFTWARE.
23
-
*/
24
-
25
-
importBaseObject= require("BaseObject");
1
+
///<reference path='./BaseObject.ts'/>
26
2
27
3
/**
28
4
* The {{#crossLink "ObjectManager"}}{{/crossLink}} class is an abstract class that provides enabling and disabling functionality for most StructureJS classes.
0 commit comments