Browse Source

always include js.Boot for DCE (fixed issue #693)

Nicolas Cannasse 13 years ago
parent
commit
2bd320601f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/js/_std/Std.hx

+ 1 - 0
std/js/_std/Std.hx

@@ -22,6 +22,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  * DAMAGE.
  */
+import js.Boot;
 
 @:core_api class Std {