emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master b0ea681 33/45: Add animationFrame functions


From: Dmitry Gutov
Subject: [elpa] master b0ea681 33/45: Add animationFrame functions
Date: Mon, 02 Feb 2015 03:18:47 +0000

branch: master
commit b0ea681aaef5d059633b69051aa9f6592aaca973
Author: Brian J Brennan <address@hidden>
Commit: Brian J Brennan <address@hidden>

    Add animationFrame functions
    
    This adds two functions to the browser externs list:
    
    - `requestAnimationFrame`
    - `cancelAnimationFrame`
    
    See http://www.w3.org/TR/animation-timing/#requestAnimationFrame for
    details.
---
 js2-mode.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js2-mode.el b/js2-mode.el
index c332cfc..d8e32f8 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -147,7 +147,7 @@
 
             ;; Window
             window alert confirm document java navigator prompt screen
-            self top
+            self top requestAnimationFrame cancelAnimationFrame
 
             ;; W3C CSS
             CSSCharsetRule CSSFontFace CSSFontFaceRule



reply via email to

[Prev in Thread] Current Thread [Next in Thread]