You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/08/08 12:37:17 UTC

[myfaces-tobago] branch master updated: fix demo

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 654d6f4  fix demo
654d6f4 is described below

commit 654d6f4ddd7399b61d6b4179cd72baf198315b34
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Aug 8 14:37:06 2019 +0200

    fix demo
    
    issue: TOBAGO-1633: TS refactoring
---
 .../src/main/webapp/content/40-test/1041-date-pattern/date-pattern.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1041-date-pattern/date-pattern.js b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1041-date-pattern/date-pattern.js
index e49b9dc..9b3bb9b 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1041-date-pattern/date-pattern.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/1041-date-pattern/date-pattern.js
@@ -35,7 +35,7 @@ TestDateTime.init = function () {
     var pattern = javaFormatted.data("tobago-pattern");
     javaPattern.val(pattern);
 
-    var analyzed = Tobago4.DateTime.analyzePattern(pattern);
+    var analyzed = DateTime.analyzePattern(pattern);
 
     jQueryUIDatePattern.val(analyzed.dateFormat);
     jQueryUITimePattern.val(analyzed.timeFormat);